#################################### 6. Defs Managers #################################### ************************************************** Process (General) ************************************************** .. code-block:: python # EXAMPLE from pyOpenRPA.Orchestrator import Orchestrator lProcess = Orchestrator.Managers.Process(inAgentHostNameStr="PC-DESKTOP",inAgentUserNameStr="ND", inProcessNameWOExeStr="notepad",inStartCMDStr="notepad") .. automodule:: pyOpenRPA.Orchestrator.Managers.Process :members: :autosummary: ************************************************** Process (Details) ************************************************** .. automodule:: pyOpenRPA.Orchestrator.Managers.Process :members: :autosummary: ************************************************** ControlPanel (General) ************************************************** .. code-block:: python # EXAMPLE from pyOpenRPA.Orchestrator import Orchestrator lCP = Orchestrator.Managers.ControlPanel(inControlPanelNameStr="TestTTT",inRefreshHTMLJinja2TemplatePathStr="ControlPanel\\test.html", inJinja2TemplateRefreshBool = True) .. automodule:: pyOpenRPA.Orchestrator.Managers.ControlPanel :members: :autosummary: ************************************************** ControlPanel (Details) ************************************************** .. automodule:: pyOpenRPA.Orchestrator.Managers.ControlPanel :members: :autosummary: